home *** CD-ROM | disk | FTP | other *** search
- <!--- This shows the use of incrementValue --->
-
- <HTML>
-
- <HEAD>
- <TITLE>
- IncrementValue Example
- </TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>IncrementValue Example</H3>
-
- <P>Returns the integer part of a number Incremented by one.
-
- <P>IncrementValue(0): <CFOUTPUT>#IncrementValue(0)#</CFOUTPUT>
-
- <P>IncrementValue("1"): <CFOUTPUT>#IncrementValue("1")#</CFOUTPUT>
-
- <P>IncrementValue(123.35): <CFOUTPUT>#IncrementValue(123.35)#</CFOUTPUT>
-
-
-
- </BODY>
-
- </HTML>
-
-